.banner img{
	width: 100%;
}
/*产品中心部分开始*/
.pro{
	padding-bottom: 55px;
}
.pro_title{
	text-align: center;
	padding-top: 45px;
	margin-bottom: 15px;
}
.title_text h6{
	font-family: 'PingFang SC Medium';
	color: #666666;
	font-size: 40px;
}
.title_text p{
	font-family: 'PingFang SC Heavy';
	color: #1048a0;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_text p:after{
	content: '';
	width: 35px;
	height: 1px;
	background-color: #cccccc;
	display: block;
	margin-left: 35px;
}
.title_text p:before{
	content: '';
	width: 35px;
	height: 1px;
	background-color: #cccccc;
	display: block;
	margin-right: 35px;
}
.pro_class_list{
	padding: 0 50px;
}
.pro_class_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pro_class_list li{
	margin-top: 25px;
	margin-right: 20px;
}

.pro_class_list li a{
	display: inline-block;
	min-width: 200px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: white;
	font-size: 20px;
	background-color: #1048a0;
	font-family: 'PingFang SC Regular';
}
.pro_list{
	margin-top: 10px;
	padding-bottom: 40px;
}
.pro_list ul{
	display: flex;
	flex-wrap: wrap;
}
.pro_list li{
	width: 360px;
	height: 305px;
	background-color: #eeeeee;
	padding: 35px 25px 0 25px;
	box-sizing:border-box;
	cursor: pointer;
	margin-right: 45px;
	margin-top: 35px;
}
.pro_list li:nth-child(3n){
	margin-right: 0;
}
.pro_list li:hover{
	background-color: #1048a0;
}
.pro_list li:hover .pro_list_title{
	color: white;
}
.pro_list li:hover .list_title_btn{
	background-position: 18px 5px;
	background-color: white;
}
.pro_list .pro_img{
	width: 100%;
	height: 215px;
	text-align: center;
}
.pro_img img{
	max-width: 100%;
	max-height: 100%;
}
.pro_list_title{
	padding-top: 15px;
	font-size: 18px;
	color: #3d3d3d;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list_title_btn{
	width: 78px;
	height: 20px;
	border-radius: 8px;
	background:#1048a0 url('../images/sprite.png') no-repeat;
	background-position: -47px 5px;
	cursor: pointer;
	transition:all 0.5s ease;
}
.list_title_btn a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.more{
	text-align: center;
	position: relative;
}
.more:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	z-index: -1;
}
.more a{
	width: 192px;
	position: relative;
	z-index: 1;
	height: 47px;
	display: inline-block;
	line-height: 47px;
	text-align: center;
	border:1px solid #d2d2d2;
	font-size: 20px;
	color: #383838;
	background-color: white;
}
/*产品中心部分结束*/

/*产品优势部分开始*/
.advant{
	padding-bottom: 65px;
}
.advant_title{
	text-align: center;
	padding-top: 55px;
	margin-bottom: 60px;
}
.advant_list{
	padding: 0 75px;
}
.advant_list ul{
	display: flex;
	flex-wrap: wrap;
}
.advant_list ul li{
	width: 32%;
	text-align: center;
	margin-right: 2%;
}
.advant_list ul li:last-child{
	margin-right: 0;
}
.advant_content_title{
	margin: 25px 0;
}
.advant_content_title h6{
	font-family: 'PingFang SC Medium';
	color: #1048a0;
	font-size: 27px;
}
.advant_content_text p{
	color: #666666;
	font-size: 14.5px;
	line-height: 2;
}
/*产品优势部分结束*/

/*关于我们部分开始*/
.aboutUs{
	position: relative;
	height: 455px;
	background: url('../images/about.png');
	margin-bottom: 250px;
}
.aboutUs_list{
	padding: 55px 138px 35px 125px;
	border-bottom: 1px solid #a8c8e7;
}
.aboutUs_list ul{
	display: flex;
	align-items: center;
}
.aboutUs_list ul li{
	flex: 1;
	text-align: center;
	border-right: 1px solid #a8c8e7;
}
.aboutUs_list ul li:first-child{
	border-left: 1px solid #a8c8e7;
}
.aboutUs_list_text p{
	font-family: 'PingFang SC Light';
	color: white;
	font-size: 19px;
	margin-top: 15px;
}
.aboutUs_content{
	position: absolute;
	top: 235px;
	left: 75px;
	right: 75px;
	display: flex;

}
.aboutUs_content_img img{
	max-width: 100%;
}
.aboutUs_content>div{
	width: 50%;
}
.aboutUs_content_text{
	padding: 45px 85px 0 50px;
	background-color: white;
	box-sizing:border-box;
}
.content_text_title{
	font-family: 'PingFang SC Medium';
}
.content_text_title h6{
	color: #2f2f2f;
	font-size: 23px;
	letter-spacing: 3px;
}
.content_text_title p{
	color: #c0c0c0;
	font-size: 12px;
}
.xian{
	width: 115px;
	height: 2px;
	background-color: #0c66be;
	margin-top: 10px;
}
.content_text{
	margin-top: 25px;
	color: #737373;
	font-size: 13.5px;
	line-height: 30px;
}
.content_text p{
	font-family: 'PingFang SC Medium';
	text-indent: 27px;
}
.aboutUs_more{
	text-align: center;
	margin-top: 15px;
}
.aboutUs_more a{
	display: inline-block;
	width: 121px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border:1px solid #d0d0d0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 13.5px;
	color: #808080;
	
}
/*关于我们部分结束*/

/*动态资讯部分开始*/
.news{
	padding-bottom: 65px;
}
.news_list{
	margin-top: 35px;
	margin-bottom: 10px;
}
.news_list ul{
	display: flex;
	justify-content: center;
}
.news_list ul li{
	margin-right: 20px;
}
.news_list ul li a{
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #1048a0;
	color: #f8f8f8;
	font-size: 18px;
}
.news_content{
	padding: 0 75px 55px 75px;
}
.news_content ul{
	display: flex;
	flex-wrap: wrap;
}
.news_content ul li{
	width: 50%;
	background-color: #eeeeee;
	border:1px solid #d4d4d4;
	padding: 35px 60px 40px 55px;
	box-sizing:border-box;
	display: flex;
	margin-top: 35px;
}
.news_content ul li:nth-child(even){
	border-left: none;
}
.news_content_time{
	width: 65px;
	text-align: center;
}
.news_time_hours{
	font-size: 54px;
	color: #989898;
	
}
.news_time_hours p{
	font-family: '思源黑体 CN Bold';
	font-weight: bold;
}
.news_time_Year p{
	font-family: "SourceHanSansCN Regular";
	color: #727272;
	font-size: 15px;
}
.news_content_text{
	flex: 1;
	padding-left: 35px;
	box-sizing:border-box;
	padding-top: 15px;
}
.news_content_text h6{
	color: #4a4a4a;
	font-family: "PingFang SC Medium";
	font-size: 21.5px;
	margin-bottom: 10px;
}
.news_content_text p{
	color: #686868;
	font-size: 12px;
}
/*动态资讯部分结束*/